jade.content.abs
Class AbsAgentAction

java.lang.Object
  |
  +--jade.content.abs.AbsObject
        |
        +--jade.content.abs.AbsContentElement
              |
              +--jade.content.abs.AbsGenericAction
                    |
                    +--jade.content.abs.AbsAgentAction

public class AbsAgentAction
extends AbsGenericAction

Author:
Federico Bergenti - Universita` di Parma
See Also:
Serialized Form

Constructor Summary
AbsAgentAction(java.lang.String name)
          Constructor
 
Method Summary
 void set(java.lang.String name, AbsTerm value)
          Sets the parameter of the action.
 
Methods inherited from class jade.content.abs.AbsGenericAction
getName
 
Methods inherited from class jade.content.abs.AbsObject
dump, dump, getAbsObject, getCount, getNames, getTypeName, isGrounded, set
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbsAgentAction

public AbsAgentAction(java.lang.String name)
Constructor
Parameters:
name - name of the action
Method Detail

set

public void set(java.lang.String name,
                AbsTerm value)
Sets the parameter of the action.
Parameters:
name - name of the parameter.
value - value of the parameter.